projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c287db0
)
* src/sheap.c (report_sheap_usage): Fix arguments of message1_no_log.
author
Ken Brown
<kbrown@cornell.edu>
Thu, 21 Feb 2013 02:35:33 +0000
(21:35 -0500)
committer
Ken Brown
<kbrown@cornell.edu>
Thu, 21 Feb 2013 02:35:33 +0000
(21:35 -0500)
src/ChangeLog
patch
|
blob
|
history
src/sheap.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 100015d2b8f8c6f89f87d60b19c2473cc66fae71..92106786420a5b8164924e4dbbbd64cbffaa0515 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2013-02-21 Ken Brown <kbrown@cornell.edu>
+
+ * sheap.c (report_sheap_usage): Fix arguments of message1_no_log.
+
2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
* sheap.c (report_sheap_usage): Prefer message1_nolog.
diff --git
a/src/sheap.c
b/src/sheap.c
index 28597ec9b65b5fea70632a9452ad9a3526c13715..f8eec7532689f944a708049fb76e3b64b9aa66d3 100644
(file)
--- a/
src/sheap.c
+++ b/
src/sheap.c
@@
-93,5
+93,5
@@
report_sheap_usage (int die_if_pure_storage_exceeded)
bss_sbrk_ptr - bss_sbrk_buffer, STATIC_HEAP_SIZE);
/* Don't log messages, cause at this point, we're not allowed to create
buffers. */
- message1_nolog (
"%s",
buf);
+ message1_nolog (buf);
}